home *** CD-ROM | disk | FTP | other *** search
- *** master/spider.web~ Tue Apr 11 14:02:06 1989
- --- master/spider.web Mon Jul 3 12:46:05 1989
- ***************
- *** 772,778 ****
- } else if (length($2)>1) {
- #<Handle multicharacter tokens#>
- } else {
- ! temp = sprintf "'%s'", $2
- tokenname[$2] = temp
- tokenlength[$2]=1
- }
- --- 772,778 ----
- } else if (length($2)>1) {
- #<Handle multicharacter tokens#>
- } else {
- ! temp = sprintf("'%s'", $2)
- tokenname[$2] = temp
- tokenlength[$2]=1
- }
- ***************
- *** 791,797 ****
- tokennumbers[$2]=tokennumber
- tokennumber--
- ## figure out how to recognize the token
- ! temp = sprintf "strncmp(\"%s\",loc-1,%d)==0", $2, length($2)
- tokentest[$2]=temp
- tokenlength[$2]=length($2)
-
- --- 791,797 ----
- tokennumbers[$2]=tokennumber
- tokennumber--
- ## figure out how to recognize the token
- ! temp = sprintf( "strncmp(\"%s\",loc-1,%d)==0", $2, length($2))
- tokentest[$2]=temp
- tokenlength[$2]=length($2)
-
- ***************
- *** 1738,1744 ****
- $i = substr($i,2) ## peel off the \##
- #<Make sure |1 <= $i < arrowpos|#>
- targetcategory[prodnum]="Unnamed category"
- ! temp = sprintf "(pp+%d)->cat", $i-1
- unnamed_cat[prodnum]=temp
- } else if ($i ~ #=/[a-z][a-z_]*/#>) { ## a category
- targetcategory[prodnum]=$i
- --- 1738,1744 ----
- $i = substr($i,2) ## peel off the \##
- #<Make sure |1 <= $i < arrowpos|#>
- targetcategory[prodnum]="Unnamed category"
- ! temp = sprintf("(pp+%d)->cat", $i-1)
- unnamed_cat[prodnum]=temp
- } else if ($i ~ #=/[a-z][a-z_]*/#>) { ## a category
- targetcategory[prodnum]=$i
- *** webkernel.tex.old Mon Jun 26 12:32:33 1989
- --- webkernel.tex Mon Jun 26 12:35:38 1989
- ***************
- *** 218,224 ****
- \global\output{\normaloutput\page\lheader\rheader\lfooter\rfooter}}
- \setpage
- \vbox to \vsize{} % the first \topmark won't be null
- ! \eject
- \write\cont{\string\catcode`\string\@=11}% a hack to make contents
- % take stuff in \.{---}
-
- --- 218,226 ----
- \global\output{\normaloutput\page\lheader\rheader\lfooter\rfooter}}
- \setpage
- \vbox to \vsize{} % the first \topmark won't be null
- ! % Delete as per bug report from kademan@stat.wisc.edu
- ! % Causes headings on first page to be missing
- ! % \eject
- \write\cont{\string\catcode`\string\@=11}% a hack to make contents
- % take stuff in \.{---}
-
-